From: Marcin Leksmark Date: Thu, 4 Dec 2025 16:51:11 +0000 (+0100) Subject: ramips: mt7621.mk: fix alphabetical ordering some Cudy devices X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=7ff663cc314160d89e0166d210f825bf077243b4;p=openwrt%2Fopenwrt.git ramips: mt7621.mk: fix alphabetical ordering some Cudy devices This PR doesn't change anything other than fixing the alphabetical order of some Cudy devices (R700 and c200p) Signed-off-by: Marcin Leksmark Link: https://github.com/openwrt/openwrt/pull/21044 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 8ddfed95f5..24a4b87f0a 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -742,6 +742,16 @@ define Device/cudy_ap1300-outdoor-v1 endef TARGET_DEVICES += cudy_ap1300-outdoor-v1 +define Device/cudy_c200p + $(Device/dsa-migration) + DEVICE_VENDOR := Cudy + DEVICE_MODEL := C200P + IMAGE_SIZE := 15872k + UIMAGE_NAME := R74 + DEVICE_PACKAGES := -uboot-envtools -wpad-basic-mbedtls kmod-usb3 +endef +TARGET_DEVICES += cudy_c200p + define Device/cudy_m1300-v2 $(Device/dsa-migration) IMAGE_SIZE := 15872k @@ -765,6 +775,16 @@ define Device/cudy_m1800 endef TARGET_DEVICES += cudy_m1800 +define Device/cudy_r700 + $(Device/dsa-migration) + DEVICE_VENDOR := Cudy + DEVICE_MODEL := R700 + IMAGE_SIZE := 15872k + UIMAGE_NAME := R29 + DEVICE_PACKAGES := -uboot-envtools -wpad-basic-mbedtls +endef +TARGET_DEVICES += cudy_r700 + define Device/cudy_wr1300-v1 $(Device/dsa-migration) IMAGE_SIZE := 15872k @@ -811,26 +831,6 @@ define Device/cudy_wr2100 endef TARGET_DEVICES += cudy_wr2100 -define Device/cudy_r700 - $(Device/dsa-migration) - DEVICE_VENDOR := Cudy - DEVICE_MODEL := R700 - IMAGE_SIZE := 15872k - UIMAGE_NAME := R29 - DEVICE_PACKAGES := -uboot-envtools -wpad-basic-mbedtls -endef -TARGET_DEVICES += cudy_r700 - -define Device/cudy_c200p - $(Device/dsa-migration) - DEVICE_VENDOR := Cudy - DEVICE_MODEL := C200P - IMAGE_SIZE := 15872k - UIMAGE_NAME := R74 - DEVICE_PACKAGES := -uboot-envtools -wpad-basic-mbedtls kmod-usb3 -endef -TARGET_DEVICES += cudy_c200p - define Device/cudy_x6-v1 $(Device/dsa-migration) IMAGE_SIZE := 32256k